home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / unpckr20.lha / UNPacker_v2.0 / UNP.prefs < prev    next >
Text File  |  1995-11-06  |  1KB  |  35 lines

  1. # Prefs file for UNPacker v2.0.  Copyright 1995 by Ralph Torchia
  2. # Created: October 23, 1995
  3.  
  4. # Format: archive type:.extension,header,offset,command,extract-switch,view-switch,test-switch,destination
  5. # archive type is either F for file based, or D for disk based compression.
  6. # Also supports: @N=CR
  7. F:.LHA,-lh,2,C:LHA,x,v,t,RAM:
  8. F:.SHR,shrinkFILE,20,C:Shrink,x,v,t,RAM:
  9. F:.ZIP,PK,0,Stack 15000@NC:UnZip,-n,-v,-t,RAM:
  10. F:.ZOO,ZOO,0,C:Zoo,xO//,v,-test,RAM:
  11. F:.ARC,,0,C:Arc,xw,l,t,RAM:
  12. F:.LZX,LZX,0,C:LZX,x,v,t,RAM:
  13.  
  14. # full disk compressers.  Same format as file archivers
  15. # This also requires placement of variables:
  16. #         @S=switch
  17. #         @F=filename
  18. #         @D=destination
  19. D:.DMS,DMS,0,C:DMS @S @F TO @D,WRITE,VIEW,TEST,RAD:|RAD1:|DF0:|DF2:,NOTEXT NOVERIFY,FULL
  20. D:.WRP,Warp,0,C:Unwarp @S @F TO @D,WRITE,,,RAD:|RAD1:|DF0:|DF2:,,
  21. D:.LHW,,0,C:LHwarp -n @S @D @F,write,,,0|1|2|3,,
  22.  
  23. # Special ID for ASL file requester prefs.  Format: R:left edge, top edge, width, height
  24. R:160,14,350,360
  25.  
  26. # Default options.
  27. # Format: A: default source of archives
  28. #         S: default switch (either E=extract, V=View, T=Test)
  29. #         C: output window
  30. #         W: N=no requester,Y=autoclose output window for extract
  31. A:Storage:Downloads
  32. S:E
  33. C:CON:0/14/600/200/UNPacker Version 2.0 Output/AUTO
  34. W:N,Y
  35.